home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 25 / CDMM_25.iso / takeru / menu.dxr / 00526_evil fighter 3.PICT.ls < prev    next >
Encoding:
Text File  |  1996-09-04  |  165 b   |  10 lines

  1. on mouseDown
  2.   global gMark
  3.   if gMark < 170000 then
  4.     puppetSound(the name of cast 588)
  5.   else
  6.     puppetSound(the name of cast 589)
  7.   end if
  8.   updateStage()
  9. end
  10.